home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Family Forum 262
/
SOMC Family Forum 262.iso
/
somc.dir
/
00083_backprog.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-23
|
233 b
|
19 lines
on mouseEnter
if not count(the windowList) then
doRollover(20, 1)
end if
end
on mouseLeave
if not count(the windowList) then
doRollout(20)
end if
end
on mouseUp
glowClear()
doClick()
cursor(0)
play done
end